Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MySetTitle

Sets the title bar text for the frame. This is how you would define your title bar function if you were to name it MySetTitle:

void MySetTitle     (JMFrameRef frame, 
                     const JMTextRef title);
frame
The frame that contains the title bar to be set or changed.
title
The title to display, as a text object.
DISCUSSION
When creating a frame you must designate a callback function to set or modify the title bar associated with it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997